home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 125
/
Vol 125 (Damaged).iso
/
games
/
orbox.swf
/
scripts
/
DefineSprite_14_Eff
/
frame_50
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-13
|
206 b
|
13 lines
if(_xscale < sc - 5)
{
_xscale = _xscale + 5;
_yscale = _yscale + 5;
gotoAndPlay(49);
}
if(_xscale > sc + 5)
{
_xscale = _xscale - 5;
_yscale = _yscale - 5;
gotoAndPlay(49);
}